Add Travis CI and Codecov badges to README#70
Merged
vstinner merged 1 commit intopython:masterfrom Feb 13, 2017
vstinner:badges
Merged
Add Travis CI and Codecov badges to README#70vstinner merged 1 commit intopython:masterfrom vstinner:badges
vstinner merged 1 commit intopython:masterfrom
vstinner:badges
Conversation
Member
Author
|
Another example with my perf project: https://github.com/haypo/perf which has PyPI and Travis CI badges. |
willingc
approved these changes
Feb 13, 2017
Member
berkerpeksag
left a comment
There was a problem hiding this comment.
See also python/core-workflow#22. Can you remove badges in CONTRIBUTING.rst?
Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
Member
Author
Done. |
berkerpeksag
approved these changes
Feb 13, 2017
zware
added a commit
to zware/cpython
that referenced
this pull request
Feb 14, 2017
Includes GH-2, pythonGH-70, pythonGH-73, and pythonGH-21.
Member
|
Seems like backport to 3.6 was done in GH-86, so this only needs backport to 3.5 now. |
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c and simplifies checks in ceval.c. https://bitbucket.org/stackless-dev/stackless/issues/70
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…lues If a C-function checks a return value of another C-function of type PyObject*, it must handle the case of unwinding. This commit fixes PyObject_Call in abstract.c. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…lues Add two assertions to suspicious functions. https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from bf3fa8395cd10e477bcc20b816cc659f1d5c8c0f)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…lues Fix building with STACKLESS_OFF https://bitbucket.org/stackless-dev/stackless/issues/70 (grafted from 224fa4eb27504dfdb396d901d6d1623e7f441f22)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
Closed
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Update package to run on all versions of Python Closes python#70 See merge request python-devs/importlib_resources!83
This was referenced Feb 11, 2025
AA-Turner
added a commit
to AA-Turner/cpython
that referenced
this pull request
Apr 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.
See also https://shields.io/